/*
Theme Name: Child Theme for ElegantEstate
Theme URI: http://www.machinedealer.com
Description: Child Theme for ElegantEstate
Author: Devon J Carlson
Author URI: http://www.machinedealer.com
Template: ElegantEstate
Version: 0.1
*/
 
@import url("../ElegantEstate/style.css");

#wrapper {
background-color:#FFFFFF;
}

body {
    color: #000000;
}

ul#primary li a {
    color: #000000;
    padding: 6px 0 9px 9px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#featured .overlay {
    background: url("images/featured-overlay.png") no-repeat scroll 0 0 transparent;
    height: 600px;
    left: 5px;
    position: absolute;
    top: 69px;
    width: 954px;
}

#featured {
    background: url("images/featured-bg.png") no-repeat scroll 0 0 transparent;
    height: 778px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    width: 965px;
}

#featured .description {
    height: 259px;
    left: 5px;
    padding: 15px 0 0 40px;
    position: absolute;
    top: 486px;
    width: 350px;
    z-index: 15;
}

#slides {
    height: 600px;
    width: 959px;
}

#main-area {
    float: left;
    margin-bottom: 40px;
    margin-top: -9px;
    padding-left: 1px;
    width: 692px;
}

#sidebar {
    float: left;
    font-family: Arial,sans-serif;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    width: 267px;
}

ul#secondary > li {
background: none !important;
}

div.entry {height: 400px !important;}

.single a.readmore {display:none !important;}